Einzeiler für recursives md5sum
find -type f -exec md5sum '{}' ';' | tee md5.txt
kann man natürlich auch für sha1 oder sha256 verwenden.